home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TMY_PROCESSDLG / TMY_PROCESSDLG.txt
Text File  |  2002-07-04  |  787b  |  40 lines

  1. object My_processDlg: TMy_processDlg
  2.   Left = 313
  3.   Top = 216
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'My_processDlg'
  7.   ClientHeight = 62
  8.   ClientWidth = 291
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Gauge: TW95Meter
  26.     Left = 16
  27.     Top = 32
  28.     Width = 265
  29.     Percent = 90
  30.     Margin = 3
  31.   end
  32.   object Language: TLanguage
  33.     LangCenter = DM_Language.LangCenter
  34.     ResStrings.Strings = (
  35.       '0010=Encrypting...'
  36.       '0011=Decrypting...')
  37.     Left = 200
  38.   end
  39. end
  40.